mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-21 07:51:13 -05:00
Building the methods around async stats work
This commit is contained in:
9
app/celery/statistics_tasks.py
Normal file
9
app/celery/statistics_tasks.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from app import notify_celery
|
||||
from app.statsd_decorators import statsd
|
||||
|
||||
|
||||
@notify_celery.task(bind=True, name='record_initial_job_statistics')
|
||||
@statsd(namespace="tasks")
|
||||
def record_initial_job_statistics(notification):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user