Load crontab files from directory
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2.6k
- Forks
- 147
- PR merge metrics
- No merged PRs in 30d
Description
Does supercronic support to load all crontabs files in a specific directory? Something like crond service does with /etc/cron.d/.
As a workaround I could add an entrypoint an merge all of them in a single file, but I would love to simply run supercronic /path/to/cron/files/, or similar.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with supercronic's command-line input handling and the crontab loading path. Compare the requested directory behavior with /etc/cron.d/, then determine how a path containing multiple crontab files should be handled. Done means supercronic can accept a directory path and load all of its crontab files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100