Skip to content

Conversation

@nicnocquee
Copy link
Owner

No description provided.

- Introduced `editJob` method to allow editing of pending jobs with optional fields.
- Updated `EditJobOptions` type to define editable fields.
- Enhanced job event tracking by recording an 'edited' event with metadata.
- Added comprehensive documentation for `editJob` usage and examples.
- Updated existing tests to cover editing functionality and ensure correct behavior for pending and non-pending jobs.
- Introduced `editAllPendingJobs` method to allow batch editing of pending jobs based on specified filters.
- Updated `EditJobOptions` type to include optional fields for batch updates.
- Enhanced documentation with detailed usage examples for `editAllPendingJobs`, including filtering by job type, priority, tags, and scheduled run time.
- Added tests to verify the functionality of batch editing and ensure correct behavior for pending jobs.
- Recorded edit events for each affected job, capturing updated fields in metadata.
@netlify
Copy link

netlify bot commented Dec 15, 2025

Deploy Preview for docsdataqueuedev ready!

Name Link
🔨 Latest commit 62a54ad
🔍 Latest deploy log https://app.netlify.com/projects/docsdataqueuedev/deploys/69406ce96f55f60008b4eea4
😎 Deploy Preview https://deploy-preview-5--docsdataqueuedev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

- Changed job payload key from `to` to `foo` in integration tests to align with updated job processing logic.
- Enhanced type definitions for job filters and payloads in `editAllPendingJobs` and `JobQueue` interfaces for improved clarity and consistency.
- Added new handler for `test` job type in processor to support additional processing scenarios.
@nicnocquee nicnocquee merged commit c6c850f into main Dec 15, 2025
5 checks passed
@nicnocquee nicnocquee deleted the feat/editjob branch December 15, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants