Skip to content
#

queued-jobs

Here are 34 public repositories matching this topic...

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 Jan 5, 2023
  • PHP

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](h…

  • Updated May 2, 2021
  • Java

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