mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 05:35:57 +03:00
[GH-ISSUE #45] When multiple PG Back Web connections are made to the same PostgreSQL instance, the same scheduled task is executed multiple times. #35
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hdjsadgfwtg on GitHub (Sep 12, 2024).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/45
When multiple PG Back Web connections are made to the same PostgreSQL databases, the same scheduled task is executed multiple times.


Solution: Create multiple databases.
Expected result: When multiple web connections are made to the same database, the scheduled task is only triggered once.