Commit 12984a73 authored by Matija Čupić's avatar Matija Čupić

Move worker to gcp_project namespace

parent 17b44dce
......@@ -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
class CheckGcpProjectBillingWorker
include ApplicationWorker
include ClusterQueue
LEASE_TIMEOUT = 15.seconds.to_i
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment