I’m happy to announce procodile 2.0.0-rc1, a major new release with more than 130 commits since the previous version.
This is a very significant update for several reasons:
- This is the first
procodile release to include a full implementation of the original Ruby version.
- It also fixes many bugs and edge cases that existed in the original Ruby version.
At the same time, the 2.0 release substantially improves on the original Ruby version and introduces several new features that were not available before:
.env file support for loading environment variables, powered by lucky_env by @jwoertink.
- Scheduled task support, a major addition that allows you to manage both long-running processes and scheduled jobs in one place. Thanks to cron_parser by @kostya, it supports not only the standard five crontab fields, but also second-level cron scheduling..
- Runtime Issues, which provide immediate command-line feedback when problems are detected after a command finishes.
Please refer to the Wiki for well-organized, comprehensive documentation.
I’m happy to announce
procodile2.0.0-rc1, a major new release with more than 130 commits since the previous version.This is a very significant update for several reasons:
procodilerelease to include a full implementation of the original Ruby version.At the same time, the 2.0 release substantially improves on the original Ruby version and introduces several new features that were not available before:
.envfile support for loading environment variables, powered by lucky_env by @jwoertink.Please refer to the Wiki for well-organized, comprehensive documentation.