All Projects → mtwebit → Tasker

mtwebit / Tasker

Licence: MPL-2.0 license
Task management for ProcessWire

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Tasker

PageQueryBoss
A ProcessWire Module to build complex nested queries containing multipple fields and pages and return an array that can be parsed to JSON. This is usefull to fetch data for SPA and PWA.
Stars: ✭ 18 (+20%)
Mutual labels:  processwire, processwire-modules
FrontendForms
A module for ProcessWire CMS to create and validate forms on the frontend easily using the Valitron library.
Stars: ✭ 0 (-100%)
Mutual labels:  processwire, processwire-modules
SeoMaestro
🧙‍♂️A ProcessWire module helping you to manage SEO related tasks like a boss.
Stars: ✭ 33 (+120%)
Mutual labels:  processwire, processwire-modules
pw-lang-de
German language pack for ProcessWire (de_DE) formal (Sie)
Stars: ✭ 26 (+73.33%)
Mutual labels:  processwire
SnipWire
Full Snipcart shopping cart integration for ProcessWire CMF
Stars: ✭ 16 (+6.67%)
Mutual labels:  processwire
ProcessAdminActions
ProcessWire control panel for running various admin actions
Stars: ✭ 17 (+13.33%)
Mutual labels:  processwire
RestApi
Module to create a REST API with ProcessWire
Stars: ✭ 29 (+93.33%)
Mutual labels:  processwire
RestApiProfile
Build a rest API with ProcessWire. Including JWT-Auth and a Vue SPA example
Stars: ✭ 21 (+40%)
Mutual labels:  processwire
AdminOnSteroids
Various ProcessWire admin tweaks to boost productivity.
Stars: ✭ 39 (+160%)
Mutual labels:  processwire
processvue
ProcessVue is a boilerplate for getting started with ProcessWire as a headless CMS for VueJS SPAs
Stars: ✭ 27 (+80%)
Mutual labels:  processwire
processwire-imageextra
This module allows you to add additional informations to an image (for example: title, description, link, orientation and any field you may need).
Stars: ✭ 20 (+33.33%)
Mutual labels:  processwire
ProcessGraphQL
GraphQL for ProcessWire
Stars: ✭ 97 (+546.67%)
Mutual labels:  processwire
ProcessMigrator
ProcessWire module that facilitates automated migration and sharing of page trees along with their templates and fields.
Stars: ✭ 29 (+93.33%)
Mutual labels:  processwire

Tasker

Task management for ProcessWire

Purpose

This ProcessWire module allows the execution of long-running (>> max_execution_time) jobs in ProcessWire.
It provides a simple interface to create tasks (stored as PW pages), to set and query their state (Active, Waiting, Suspended etc.), and to execute them via Cron, LazyCron or HTTP calls.
The TaskerAdmin module provides a Javascript-based frontend to list tasks, to change their state and to monitor task progress (using a JQuery progressbar and a debug log area). It also allows the on-line execution of tasks using periodic HTTP calls performed by frontend Javascript code.

How does it work

See the Wiki

Examples for module developers

The DataSet module performs long-running page imports and deletions using Tasker.
Check createTasksOnPageSave(), import() and purge() for more details.

The MarkupPdfPager module performs pdf transformations and indexing using Tasker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].