Skip to content

Conversation

@stsewd
Copy link
Member

@stsewd stsewd commented Sep 18, 2025

This task takes 2h 10m to complete right now. I didn't see anything in sentry about this task failing (not sure even if that will be reported there). Looks like the default time out is one hour:

CELERYD_TASK_TIME_LIMIT = 60 * 60 # 60 minutes

This would be a great use case for async python... Maybe something to explore https://stackoverflow.com/questions/72529998/how-to-use-async-function-inside-celery-task

@stsewd stsewd requested a review from a team as a code owner September 18, 2025 20:09
@stsewd stsewd requested a review from agjohnson September 18, 2025 20:09
@humitos
Copy link
Member

humitos commented Sep 22, 2025

async Python here would be great -- however, that means having to re-write all this code to make it compatible 😞

@humitos humitos merged commit 9eb0868 into main Sep 26, 2025
7 checks passed
@humitos humitos deleted the increase-time-limit-for-task branch September 26, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants