Implement worker schedule access control and runtime tracking: Added a new user right worker_schedule_read to manage access to the getWorkerSchedules WebSocket endpoint. Enhanced the WebSocket server to handle requests for worker schedules, including detailed responses. Introduced runtime tracking for workers, allowing for monitoring of their current state and activity. Updated relevant SQL and Rust structures to support these features.
All checks were successful
Deploy yourpart (blue-green) / deploy (push) Successful in 1m36s
All checks were successful
Deploy yourpart (blue-green) / deploy (push) Successful in 1m36s
This commit is contained in:
@@ -22,6 +22,7 @@ mod notify;
|
||||
mod sql;
|
||||
|
||||
pub use base::Worker;
|
||||
pub use base::{get_worker_runtime_snapshot, WorkerRuntimeSnapshot};
|
||||
pub use crate::db::ConnectionPool;
|
||||
pub use character_creation::CharacterCreationWorker;
|
||||
pub use director::DirectorWorker;
|
||||
|
||||
Reference in New Issue
Block a user