gitlab-org--gitlab-foss/spec/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_spec.rb Fix specs 2015-12-10 16:16:34 +01:00
email_receiver_worker_spec.rb fix specs 2015-11-30 16:12:31 +02:00
emails_on_push_worker_spec.rb Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries 2015-08-19 23:18:34 -07:00
merge_worker_spec.rb Expire cache when merge request source branch was removed 2015-08-28 10:23:56 +02:00
post_receive_spec.rb Expire cache when merge request source branch was removed 2015-08-28 10:23:56 +02:00
repository_fork_worker_spec.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
stuck_ci_builds_worker_spec.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00