This website requires JavaScript.
Explore
Docs
Blog
Community
About
typescript.guru
Help
Sign In
push.rocks
/
taskbuffer
Watch
3
Star
0
Fork
0
You've already forked taskbuffer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
248383aab1dc5e3539fe4019fc7e3a695613ad34
taskbuffer
/
ts
History
Juergen Kunz
248383aab1
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
..
00_commitinfo_data.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
index.ts
feat(core): Add step-based progress tracking, task metadata and enhanced TaskManager scheduling/metadata APIs
2025-09-06 13:36:04 +00:00
taskbuffer.classes.bufferrunner.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.cyclecounter.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.distributedcoordinator.ts
fix(tests): Update CI workflows, fix tests and refresh README/package metadata
2025-08-26 20:16:47 +00:00
taskbuffer.classes.task.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskchain.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskdebounced.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskmanager.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskonce.ts
fix(core): update
2023-08-02 00:07:21 +02:00
taskbuffer.classes.taskparallel.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskrunner.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.classes.taskstep.ts
feat(core): Add step-based progress tracking, task metadata and enhanced TaskManager scheduling/metadata APIs
2025-09-06 13:36:04 +00:00
taskbuffer.interfaces.ts
BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior.
2026-01-25 23:29:00 +00:00
taskbuffer.logging.ts
BREAKING CHANGE(core): switch to esm
2022-03-25 12:14:49 +01:00
taskbuffer.plugins.ts
fix(tests): Update CI workflows, fix tests and refresh README/package metadata
2025-08-26 20:16:47 +00:00