Skip to content

Gitlab.com usage ping doesn't send scheduled cronjob pings

We receive pings on the console but not via sidekiq cronjob

Checking on version.gitlab.com

On version.gitlab.com this is how I see pings

puts UsageData.select(:recorded_at).where(hostname: 'gitlab.com', uuid: 'ea8bf810-1d6f-4a6a-b4fd-93e8cbd8b57f').order('id desc').limit(5).to_json

Steps to check

  • Review the usage ping code to identify any issues
  • Check that the version app is accepting the latest usage payload
  • Check sidekiq logs for the versions app
  • Add a sentry error if something goes wrong
Edited by Alper Akgun