Joachim Jablon
Joachim Jablon
I'd say this is something we should see with Croniter. Also... I just saw that croniter is deprecated :( https://pypi.org/project/croniter/ Edit: seems it's been adopted by Pallet and it's safe....
Looks like setting a date with the correct timezone here would do the trick ? https://github.com/procrastinate-org/procrastinate/blob/main/procrastinate/periodic.py#L41 We could accept a timezone argument and propagate it. Would you like to do...
Oh good to know ! I wonder if there's a way to transparently use the thing without taking responsibility, for example: accepting croniter objects instead of a cron definition. This...
> when my app starts What exactly does "when my app starts" means? You may have many different servers running your app (and multiple workers executing your jobs), and you...
It's not that it's not doable, it's that I didn't have enough information to understand the specifics :) I'm afraid the details of what you're asking are very specific to...
Hm, it seems that all the answers needed are here: https://github.com/peak/s5cmd/issues/713#issuecomment-2027644647 In particular: > the line is split via [kballard/go-shellquote.Split](https://pkg.go.dev/github.com/kballard/go-shellquote#Split) "...according to /bin/sh's word-splitting rules" So mainly, what's left is...
Great initative! There are many different things that could be done if you want to spend more time on this: - In many subcommands, we need to pass the domain...
- `workflow.tasks` should show the task id so that we can use `task.info`
It makes sense. This way, we don't break existing workflow.
All I know about that: - Names are free to choose - The only specific thing that happens is that if an unknown task has a name that is a...