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
To verify redis connectivity, access /snapshot endpoint with default value , you should get a task id in successful response
To verify that workers are active, grab that task id from the previous step and pass it to /tasks/status/{task_id}/
If you get success in response with download URL, that means workers are functional
To test access to AWS S3 bucket - Grab that download URL from previous response and open it in a browser window. If you can download the file that means bucket is accessible
The text was updated successfully, but these errors were encountered:
Add steps to verify that the app is working well.
/snapshot
endpoint with default value , you should get a task id in successful response/tasks/status/{task_id}/
The text was updated successfully, but these errors were encountered: