GitHub sync doesn't run in production #239
Labels
No labels
automation
backend
bug
contributor experience
data
deployment
documentation
duplicate
good first issue
help wanted
nice to have
notifications
package maintainer
performance
skin
tech debt
user story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lix-community/nix-security-tracker#239
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?
Deployment through the module uses
daphne
, while the initial sync is only run when doingmanage runserver
.Make sure deployment always syncs on startup and sync can be ran manually in development mode.
I think this is quite brittle for production, the logic should be extracted to a management command, run as part of the ExecStartPre, it can be kept for development purpose there.
Updated the description