summaryrefslogtreecommitdiff
path: root/app/workers/wait_for_cluster_creation_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen string literals for app/workers/*.rbgfyoung2018-06-271-0/+2
* Add ApplicationWorker and make every worker include itDouwe Maan2017-12-051-1/+1
* specs for workers.Shinya Maeda2017-10-311-2/+2
* This worksShinya Maeda2017-10-231-1/+1
* Refactor Clusters to be consisted from GcpProvider and KubernetesPlatformKamil Trzcinski2017-10-231-18/+3
* Use utc for time comparisionShinya Maeda2017-10-061-1/+1
* Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski2017-10-051-1/+1
* Fix cluster event names to be prefixed with: `make_`Kamil Trzcinski2017-10-041-2/+2
* Prefer to use `.tap` as `.try` hides an exceptions from workersKamil Trzcinski2017-10-031-2/+2
* Introduce manage_cluster queue for sidekiq workersShinya Maeda2017-10-041-1/+1
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-031-59/+14
* PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-2/+2
* authorize in controller. validation in model.Shinya Maeda2017-10-011-6/+6
* Revert KubernetesService. Introduce FetchKubernetesTokenService.Shinya Maeda2017-10-011-36/+23
* Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-011-0/+85