You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there are a couple of approaches here. Thinking out loud, we could:
use Celery and Redis for asynchronous processing. This introduces more complexity, but not much. Redis instances are cheap - there's a free tier on Heroku - but running it locally probably means using something like docker-compose
alternatively, the request could be sent and the user emailed a copy of the completed matchings. However, this routes the data through more points and, given that the data is deleted as quickly as possible, means that it may never get through.
As a user
I want to know my request is being processed
So that I can stop worrying and get on with my day
The text was updated successfully, but these errors were encountered: