Maximilian Skowron
Maximilian Skowron
From the docs: > Cron entries are stored in an array, sorted by their next activation time. Cron sleeps until the next job is due to be run. Upon waking:...
Do you wan't to get the current time? Then just use `time.Now()`. This will return the current local time.
The first problem could be solved by implementing essential something like a "Maintenance Mode" that blocks all API access. Combined with a scheduled backup this is a relatively solid solution....
Have you tried something like this: https://stackoverflow.com/a/56001768
Just throwing an idea out there - wouldn't it be interesting to make the API more generic by representing "drag and drop" with start, middle and end points? We have...