Closed briankaemingk closed 5 years ago
Reminder fired latency likely caused by the api call or database requests, currently processed sequentially. This was working when there was one user, but can cause request timeouts and doesn't scale.
Solution is to use background tasks such as python rq
Closed by implementation of rq
Sometimes callbacks from JIT tasking/reminders are up to 4 minutes late. Looks like it is a delay in the callback send, as the latency response from the server logs is only about 17 seconds. Could investigate closure by adding server resource.
The below task was due and fired a reminder at 9am: