1

Is there a way to do rufus-scheduler for first monday every 3 months? Is it '0 0 * 3,6,9,12 first#1'? I am trying to use resque-scheduler. It seems to depend on rufus version 2.

Thanks!

nroose
  • 1,689
  • 2
  • 21
  • 28

1 Answers1

1

rufus-scheduler 2.0 documentation is at https://github.com/jmettraux/rufus-scheduler/blob/two/README.rdoc

It should be "0 0 * 3,6,9,12 mon#1".

jmettraux
  • 3,511
  • 3
  • 31
  • 30