I’m using Timex and exq and need a way to enqueue certain jobs at a specific day of week, for example: on a Monday at 9:00 a.m. I can use enqueue_at for this but I would need to specify the proper time.
I can implement a manual solution, but would like to know if there’s an easy alternative that I’ve missed
Can’t speak for Timex, but I have a small library called kday (no dependencies) that calculates the nth day of the week on, after, before, on or after, on or before a given date. In conjunction with Timex it might get you what you’re looking for.