RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

asgard v0.4.0 now supports scheduling periodic tasks

Creating tasks to support your development workflow has always been an easy thing to do with the Thor-based asgard ruby gem with its Loki files defining your tasks and their dependencies. asgard’s two big features are its ability to run dependencies to a task either serially or concurrently or a mix of both before running the target task. Now you can create a new category of tasks that run periodically using the new schedule keyword in your loki files.

https://madbomber.github.io/blog/engineering/introducing-asgard/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in