The Wayback Machine - https://web.archive.org/web/20210812212730/https://github.com/topics/simple
Skip to content
#

simple

Here are 4,336 public repositories matching this topic...

water.css
kylejrp
kylejrp commented Oct 13, 2020

See #231 for context

We should include in either the example page or our readme that we style some elements like <dialog> that are not supported by other browsers. You can check caniuse for browser support for HTML elements.

We would take a pull request that would add this to the documentation. Ideally, you would check all the HTML elements in the example page

bree
hdrodel
hdrodel commented Jun 2, 2021

there is the following example:
// runs./jobs/worker-8.jsat midnight (once) { name: 'worker-8', timeout: 'at 12:00 am' },

in my usecase i am running a job every 30 minutes that queries an api and dynamically adds jobs to be executed once.
My question is what happenes to the jobs in the queue after they are executed. Will finished jobs be cleared out automat

Improve this page

Add a description, image, and links to the simple topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the simple topic, visit your repo's landing page and select "manage topics."

Learn more