Harshil-Jani/fastapi-bgtasks-dashboard
Find a way to support DB when re-running tasks
Aperta
#2 aperta il 3 ott 2025
enhancementgood first issuehacktoberfesthelp wanted
Metriche repository
- Star
- (21 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
When you hit the retry button on dashboard it re-runs all the tasks re-generating the function signature. But there is one problem if the function is taking some database or any non-primitive datatype then it fails on re-run.
The goal is to find a solution that can help with supporting third world functions all at once or atleast the database connection or if it is totally impossible then just disable the button for such cases.