Schedule Job #65
Labels
No labels
bug
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#65
Loading…
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?
Adapt the current way of publishing - it is buggy: multiple articles can be posted at once, while we meant to limit this to only 1 per 5 minutes.
So what we now want: a ScheduleJob that runs every 5 minutes, takes the first unpublished approved article from the database and publishes that. Working this way should ensure stricter timing.