Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
12984a73
Commit
12984a73
authored
Jan 05, 2018
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move worker to gcp_project namespace
parent
17b44dce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
app/workers/all_queues.yml
app/workers/all_queues.yml
+1
-1
app/workers/check_gcp_project_billing_worker.rb
app/workers/check_gcp_project_billing_worker.rb
+1
-0
No files found.
app/workers/all_queues.yml
View file @
12984a73
...
...
@@ -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
app/workers/check_gcp_project_billing_worker.rb
View file @
12984a73
class
CheckGcpProjectBillingWorker
include
ApplicationWorker
include
ClusterQueue
LEASE_TIMEOUT
=
15
.
seconds
.
to_i
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment