Results 155 comments of Hexagon

+1 on this ``` docker run -it denoland/deno:alpine-1.30.2 # # Fatal error in , line 0 # Check failed: Start(). # # # #FailureMessage Object: 0x7ffffe4bad00% ```

Alpine still doesn't work with 1.30.3, same error. My issue seem related to initial post as it started at 1.29.3.

From version `2.0.0`, `croner` uses minute granularity by default, but can optionally enable seconds or require them by using the builder methods `.with_seconds_optional()` and `.with_seconds_required()`. Therefore, technically, second granularity could...

From version `2.0.0`, croner defaults to POSIX-style, as it did in `1.0.0`, but can optionally switch to Quartz-mode using the builder method `.with_alternative_weekdays()`. I'd really like to see Deno.cron use...

I just noticed that your documentation points to crontab.guru, which uses different weekday numbering compared to Deno. ![image](https://github.com/denoland/deno/assets/419737/f4fcefbf-c4ed-4a30-bdc5-5a2332bb880b) ![image](https://github.com/denoland/deno/assets/419737/93bda040-1f66-48a8-af00-67318df5d421)

This is fixed in the fork `proper-tags` at [https://github.com/hexagon/proper-tags](proper-tags) published to [npmjs.com/package/proper-tags](https://www.npmjs.com/package/proper-tags) and [deno.land/x/proper_tags](https://deno.land/x/proper_tags)

A graceful shutdown is carried out by iterating over scheduledJobs, running `.stop()` on each of the Jobs. `.stop()` prevents and further execution and stops the scheduler loop, but does not...

Interersting, can confirm this happens with multiple timezones resolving to AKDT.

@jefbarn Please check if upgrading to `[email protected]` resolves this issue.

Released in stable channel through `8.0.0`