Harshil-Jani/fastapi-bgtasks-dashboard

Find a way to support DB when re-running tasks

开放

#2 创建于 2025年10月3日

 (4 条评论) (0 个反应) (1 位负责人)Python (4 个派生)auto 404
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.

贡献者指南