Harshil-Jani/fastapi-bgtasks-dashboard

Find a way to support DB when re-running tasks

Offen

#2 geöffnet am 03.10.2025

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (4 Forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (21 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide