Move worker to gcp_project namespace

This commit is contained in:
Matija Čupić 2018-01-05 17:48:40 +01:00
parent 17b44dce06
commit 12984a7302
No known key found for this signature in database
GPG key ID: 4BAF84FFACD2E5DE
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -1,5 +1,6 @@
class CheckGcpProjectBillingWorker
include ApplicationWorker
include ClusterQueue
LEASE_TIMEOUT = 15.seconds.to_i