Skip to content

Monitoring of workers

for every celery task, add a statsd probe (tagged with: worker instance, task type, ... ?) with:

  • timestamp of task start
  • timestamp of last completion tagged with status (eventful, successful and uneventful, failed)

Migrated from T2119 (view on Phabricator)