-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support controlled pulling from submission queue
Add "kcidb_load_queue" Google Cloud Function, which pulls submissions from the queue itself, instead of being fed by the trigger. Rename the "kcidb_load" Google Cloud Function to "kcidb_load_message", to emphathise single-message loading it does, and distinguish it from the new function. The "kcidb_load_queue" is supposed to be triggered by cron job messages sent to a message queue.
- Loading branch information
Showing
3 changed files
with
148 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters