gitlab-org--gitlab-foss/app/workers
Yorick Peterse 620e7bb3d6 Write to InfluxDB directly via UDP
This removes the need for Sidekiq and any overhead/problems introduced
by TCP. There are a few things to take into account:

1. When writing data to InfluxDB you may still get an error if the
   server becomes unavailable during the write. Because of this we're
   catching all exceptions and just ignore them (for now).
2. Writing via UDP apparently requires the timestamp to be in
   nanoseconds. Without this data either isn't written properly.
3. Due to the restrictions on UDP buffer sizes we're writing metrics one
   by one, instead of writing all of them at once.
2015-12-29 14:53:45 +01:00
..
build_email_worker.rb Migrate CI WebHooks and Emails to new tables 2015-12-10 16:04:08 +01:00
email_receiver_worker.rb fix specs 2015-11-30 16:12:31 +02:00
emails_on_push_worker.rb Rails update to 4.2.4 2015-11-25 18:18:44 +02:00
gitlab_shell_worker.rb replace Gitolited mixin with Gitlab::ShellAdapter 2013-03-21 21:01:14 +02:00
irker_worker.rb Add Irker service configuration options 2015-07-05 06:40:56 -07:00
merge_worker.rb API support, incorporated feedback 2015-11-18 11:17:41 +01:00
post_receive.rb Trigger post-receive hoooks when commits are made by GitLab 2015-08-10 10:54:42 +02:00
project_cache_worker.rb Avoid cache building for super-weird case when repository root_ref is nil 2015-07-17 16:03:38 +02:00
project_service_worker.rb Fix async services execution broken in 7.6 2014-12-29 17:48:43 +02:00
project_web_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00
repository_archive_cache_worker.rb Clear archive cache asynchronously 2015-10-20 16:53:37 +02:00
repository_fork_worker.rb Store and show reason why import failed. 2015-11-18 12:00:56 +01:00
repository_import_worker.rb Remove accidentally added line. #3598 2015-11-20 16:50:48 -05:00
stuck_ci_builds_worker.rb Migrate from Sidetiq to Sidekiq-cron 2015-12-04 11:29:45 -02:00
system_hook_worker.rb Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00