Skip to content
#

queued-jobs

Here are 32 public repositories matching this topic...

Simulates multiple threadpools of workers that share a same database table with the pending to be executed tasks resided. This is the solution implemented in the project [**CANCHITO-WORKFLOW-MANAGER (CWM)**](http://canchito-dev.com/projects/cwm) for solving some _"limitations"_ encountered during the integration and implementation of [Flowable](https://www.flowable.org/) BPM, when executing long-running tasks.

  • Updated May 2, 2021
  • Java
pipelines
theboxahaan
theboxahaan commented May 25, 2021

The Issue

Vizualise the pipeline in a CUI environment like the terminal using basic utf-8 characters. Just adds a graphical flair!
A very primitive example could be -

            ┌---┐        ┌---┐         ┌---┐
	... |   |<-------|   |-------->|   |<--------  
	    |   |------->|   |<--------|   |--------->  ...
	    └---┘        └---┘         └---┘

The input graph woud hav

enhancement good first issue

Create an API with the following endpoints to create a key-value store. The purpose of the API is to store any arbitrary length value in a persistent store with respect to a key and later fetch these values by keys. These values will have a TTL (for example 5 minutes) and after the TTL is over, the values will be removed from the store.

  • Updated Apr 29, 2022
  • PHP

Improve this page

Add a description, image, and links to the queued-jobs 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 queued-jobs topic, visit your repo's landing page and select "manage topics."

Learn more