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
We'll assume this will almost always (always?) be an external service. We should switch to a model where we fire off the task, wire up a receiver webhook (or a cron if it were to be needed), and not block server timeouts.
Right now I've increased timeouts to 5m, which has fixed some issues in prod for adding/processing files, but many scenarios took upwards of 10mins.
This likely just requires a few small schema tweaks to mark the state of a resource, and then appropriate webhooks.
The datalab service we're using already supports a webhook, so that just needs implemented.
The text was updated successfully, but these errors were encountered:
We'll assume this will almost always (always?) be an external service. We should switch to a model where we fire off the task, wire up a receiver webhook (or a cron if it were to be needed), and not block server timeouts.
Right now I've increased timeouts to 5m, which has fixed some issues in prod for adding/processing files, but many scenarios took upwards of 10mins.
This likely just requires a few small schema tweaks to mark the state of a resource, and then appropriate webhooks.
The datalab service we're using already supports a webhook, so that just needs implemented.
The text was updated successfully, but these errors were encountered: