How to modify wokercount or enable and remove recurring jobs without downtime

A list of the jobs can be retrieved with the JobStorage.Current.GetMonitoringApi(). They can be deleted, but you probably need to add CancellationToken to the method, otherwise the job will be deleted from the queue, but the method will continue running.