-
Notifications
You must be signed in to change notification settings - Fork 0
Documentation
Darrin Lowery edited this page Dec 2, 2025
·
1 revision
Just pasting functionality here as I learn, will continue to organize as I go
When a request is made ongoing, and a next occurrence date is set, the next request will be created and put in the queue 2 days prior to that next occurrence date. Expected date is still set manually after that.\nThere is a job in the backend that runs once per day at 6am, M-F. At the time the job runs at 6am, any request with next occurrence within 48 hours will be created.Let's say it is currently Thursday, 3pm.
- If I set next occurrence to be Thursday (same day), request is created Friday 6am
- If I set next occurrence to be Friday (next day), request is created Friday 6am
- If I set next occurrence to be Saturday (+2 days), request is created the following Monday 6am
- If I set next occurrence to be Sunday (+3 days), request is created the following Monday 6am
- If I set next occurrence to be Monday (+4 days), request is created Monday 6am
- If I set next occurrence to be Tuesday, request is created Monday 6am
- If I set next occurrence to be Wednesday, request is created Monday 6am
- If I set next occurrence to be Thursday (+1 week), request is created Tuesday 6am
\