jmettraux/rufus-scheduler

Why does `.at` execute the job immediately but `.cron` does not?

Closed this issue · 1 comments

PhilT commented

I'd not expect either of them to execute the job immediately. Also setting first_at: seems to have no effect when used with .at and still executes immediately.

PhilT commented

Ah, I have misunderstood .at. It seems it's meant to be run only at one specific date and time. Ignore me.