Harshil-Jani/fastapi-bgtasks-dashboard
Find a way to support DB when re-running tasks
Open
#2 opened on Oct 3, 2025
enhancementgood first issuehacktoberfesthelp wanted
Repository metrics
- Stars
- (21 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.