Skip to content

Full feature procodile rewrite use Crystal #38

@zw963

Description

@zw963

Hi, https://github.com/crystal-china/procodile new is a full-feature ruby procodile replacement which written use Crystal, and there is static binary available, with bugfixs and better code quality (thanks to Crystal because static type and type safety)

I am planning add more feature, e.g. support crontab, and will be extended to support seconds.

(second, minute, hour, day, month, wday)

at("*/3 * * * * *") { Log.info { "every 3.seconds" } }
at("20-45/5 * * * * *") { Log.info { "every 5.seconds between 20-45" } }

Still not figure out how to add it into config yet, but, it should easy once figure out how to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions