[PR #352] [Feature] Add button to queue scheduled task manually #1048

Open
opened 2026-03-15 21:49:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/352
Author: @nauanelinhares
Created: 2/10/2026
Status: 🔄 Open

Base: masterHead: master


📝 Commits (3)

  • 27796e3 feat: first commit adding button to run whenver scheduler task
  • 78dde58 chore: remove package-lock.json and restore yarn.lock
  • 3625f3d chore: revert .gitignore change

📊 Changes

20 files changed (+134 additions, -69 deletions)

View changed files

📝 handler.go (+5 -3)
📝 scheduler_entry_handlers.go (+32 -0)
📝 ui/build/asset-manifest.json (+5 -12)
📝 ui/build/index.html (+1 -1)
ui/build/static/js/2.83624df2.chunk.js (+0 -3)
ui/build/static/js/2.83624df2.chunk.js.map (+0 -1)
ui/build/static/js/main.5adda2da.chunk.js (+0 -2)
ui/build/static/js/main.5adda2da.chunk.js.map (+0 -1)
ui/build/static/js/main.b9cc3d09.js (+3 -0)
📝 ui/build/static/js/main.b9cc3d09.js.LICENSE.txt (+0 -38)
ui/build/static/js/main.b9cc3d09.js.map (+1 -0)
ui/build/static/js/runtime-main.9fea6c1a.js (+0 -2)
ui/build/static/js/runtime-main.9fea6c1a.js.map (+0 -1)
📝 ui/build/static/media/logo-color.c2b0c1f393a71462ee60d37c36104ae6.svg (+0 -0)
📝 ui/build/static/media/logo-white.3fa2ac5555c613ec4b23a244f14113de.svg (+0 -0)
📝 ui/src/actions/schedulerEntriesActions.ts (+33 -1)
📝 ui/src/api.ts (+7 -0)
📝 ui/src/components/SchedulerEntriesTable.tsx (+15 -0)
📝 ui/src/reducers/snackbarReducer.ts (+18 -1)
📝 ui/src/views/SchedulersView.tsx (+14 -3)

📄 Description

Adds a button on the Scheduler Entries screen to run a scheduled task immediately, without waiting for the next cron/interval execution.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/352 **Author:** [@nauanelinhares](https://github.com/nauanelinhares) **Created:** 2/10/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`27796e3`](https://github.com/hibiken/asynqmon/commit/27796e3fa903b4be2916cbc75fa9be7f5bef3730) feat: first commit adding button to run whenver scheduler task - [`78dde58`](https://github.com/hibiken/asynqmon/commit/78dde58c8866901a9730c8747aa4da1db6d66043) chore: remove package-lock.json and restore yarn.lock - [`3625f3d`](https://github.com/hibiken/asynqmon/commit/3625f3de21a697008f46d4c72215337ecc28602d) chore: revert .gitignore change ### 📊 Changes **20 files changed** (+134 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `handler.go` (+5 -3) 📝 `scheduler_entry_handlers.go` (+32 -0) 📝 `ui/build/asset-manifest.json` (+5 -12) 📝 `ui/build/index.html` (+1 -1) ➖ `ui/build/static/js/2.83624df2.chunk.js` (+0 -3) ➖ `ui/build/static/js/2.83624df2.chunk.js.map` (+0 -1) ➖ `ui/build/static/js/main.5adda2da.chunk.js` (+0 -2) ➖ `ui/build/static/js/main.5adda2da.chunk.js.map` (+0 -1) ➕ `ui/build/static/js/main.b9cc3d09.js` (+3 -0) 📝 `ui/build/static/js/main.b9cc3d09.js.LICENSE.txt` (+0 -38) ➕ `ui/build/static/js/main.b9cc3d09.js.map` (+1 -0) ➖ `ui/build/static/js/runtime-main.9fea6c1a.js` (+0 -2) ➖ `ui/build/static/js/runtime-main.9fea6c1a.js.map` (+0 -1) 📝 `ui/build/static/media/logo-color.c2b0c1f393a71462ee60d37c36104ae6.svg` (+0 -0) 📝 `ui/build/static/media/logo-white.3fa2ac5555c613ec4b23a244f14113de.svg` (+0 -0) 📝 `ui/src/actions/schedulerEntriesActions.ts` (+33 -1) 📝 `ui/src/api.ts` (+7 -0) 📝 `ui/src/components/SchedulerEntriesTable.tsx` (+15 -0) 📝 `ui/src/reducers/snackbarReducer.ts` (+18 -1) 📝 `ui/src/views/SchedulersView.tsx` (+14 -3) </details> ### 📄 Description Adds a button on the Scheduler Entries screen to run a scheduled task immediately, without waiting for the next cron/interval execution. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynqmon#1048
No description provided.