https://github.com/casperdcl/cdcl
`cron` & dashboard in cloud land
https://github.com/casperdcl/cdcl
cdcl gist pages
Last synced: 12 months ago
JSON representation
`cron` & dashboard in cloud land
- Host: GitHub
- URL: https://github.com/casperdcl/cdcl
- Owner: casperdcl
- Created: 2020-02-15T13:52:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-09T13:00:26.000Z (about 1 year ago)
- Last Synced: 2025-06-09T13:51:50.620Z (about 1 year ago)
- Topics: cdcl, gist, pages
- Language: HTML
- Homepage: https://status.cdcl.ml
- Size: 72.3 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - casperdcl/cdcl - `cron` & dashboard in cloud land (others)
README
---
permalink: /
---
# cdcl: `cron` & dashboard in cloud land
[](https://github.com/casperdcl/cdcl/actions)
## Dashboard
060c106a2b42d68d20b2e832971e5e04
[](https://github.com/casperdcl/argopt/actions/workflows/test.yml)
[](https://github.com/casperdcl/deploy-pypi/actions/workflows/test.yml)
[](https://github.com/casperdcl/push-dir/actions/workflows/test.yml)
[](https://github.com/casperdcl/git-fame/actions/workflows/test.yml)
[](https://travis-ci.org/tqdm/py-make)
[](https://cdcl.ml)
[](https://costaluis.co)
[](https://brace.cdcl.ml)
[](https://gist.cdcl.ml)
[](https://img.cdcl.ml)
[](https://lexrocha.com)
[](https://talks.cdcl.ml)
[](https://tldr.cdcl.ml)
[](https://github.com/iterative/shtab/actions/workflows/test.yml)
[](https://github.com/tqdm/tqdm/actions/workflows/test.yml)
[](https://travis-ci.org/tqdm/tqdm.cpp)
----
[](https://travis-ci.org/casperdcl/brainweb)
[](https://github.com/AMYPAD/CuVec/actions/workflows/test.yml)
[](https://github.com/casperdcl/covid-19-box/actions/workflows/covid-19.yml)
[](https://github.com/casperdcl/ghstat/actions/workflows/daily.yml)
[](https://github.com/casperdcl/music-box/actions/workflows/music-box.yml)
[](https://circleci.com/gh/casperdcl/strava-box)
[](https://github.com/casperdcl/hl-weather-box/actions/workflows/hl-weather.yml)
[](https://github.com/AMYPAD/miutil/actions/workflows/test.yml)
[](https://github.com/AMYPAD/NumCu/actions/workflows/test.yml)
[](https://github.com/casperdcl/tldr.cdcl.ml/actions)
----
[](https://github.com/conjuring/conjuring/actions/workflows/test.yml)
[](https://readthedocs.org/projects/niftypet/builds)
[](https://circleci.com/gh/openworm/openworm_docs)
[](https://github.com/AMYPAD/SPM12/actions/workflows/test.yml)

Full breakdown

----
## Cron
Run tasks at scheduled times in the cloud.
### Backends/providers
- Travis CI
- con: [can be at most daily](https://docs.travis-ci.com/user/cron-jobs)
- con: [caches are accessible by PRs](https://docs.travis-ci.com/user/caching/)
- Circle CI
+ pro: can cache between cron runs
- GitHub Actions
+ pro: everything in one place (no reliance on third-party providers)
+ con: [can only cache on push and PR](https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache)
### User Configuration
- In-place: the root config files (`.travis.yml`/`.circleci`/`.github/workflows/` etc.)
- TODO: or file layout: `(travis|circle|gh)_(day|week|month)_*.y(a)ml`?