Cron alternative that can run a job every two weeks without convoluted tricks

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • jobber

    An alternative to cron, with sophisticated status-reporting and error-handling (by dshearer)

    And jobber is https://dshearer.github.io/jobber/doc/v1.4/ which has yaml specifying it and would make testing it much cleaner (rather than trying to one line a dc script)... but many of these also suffer from: https://github.com/dshearer/jobber

  • argo

    Workflow engine for Kubernetes

    Yea... I personally like the jobber format which is similar to argo workflows ( https://github.com/argoproj/argo-workflows/blob/master/examples/coinflip.yaml ) which can get triggered by an event which can look like cron ( https://argoproj.github.io/argo-workflows/cron-workflows/ ).

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts