Move worker to gcp_project namespace
This commit is contained in:
parent
17b44dce06
commit
12984a7302
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
- gcp_cluster:cluster_provision
|
||||
- gcp_cluster:cluster_wait_for_app_installation
|
||||
- gcp_cluster:wait_for_cluster_creation
|
||||
- gcp_cluster:check_gcp_project_billing
|
||||
|
||||
- github_import_advance_stage
|
||||
- github_importer:github_import_import_diff_note
|
||||
|
@ -97,4 +98,3 @@
|
|||
- update_user_activity
|
||||
- upload_checksum
|
||||
- web_hook
|
||||
- check_gcp_project_billing
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
class CheckGcpProjectBillingWorker
|
||||
include ApplicationWorker
|
||||
include ClusterQueue
|
||||
|
||||
LEASE_TIMEOUT = 15.seconds.to_i
|
||||
|
||||
|
|
Loading…
Reference in a new issue