Harshil-Jani/fastapi-bgtasks-dashboard
Find a way to support DB when re-running tasks
开放
#2 创建于 2025年10月3日
enhancementgood first issuehacktoberfesthelp wanted
仓库指标
- 星标
- (21 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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.