Files
notifications-api/app
Rebecca Law 025b51c801 If the request_id exists in the Flask global context, add it to the kwargs for the task.
The request_id is set is the task is created from a http request, if that task then calls through to another task this will set the request_id from the global context. We should then be able to follow the creation of a notification all the way from the original http request to the sending task.
2020-12-22 15:21:32 +00:00
..
2020-12-01 11:16:15 +00:00
2020-09-21 14:40:22 +01:00
2020-12-07 15:24:02 +00:00