Alexandr Bodrov
Alexandr Bodrov
I'm using the Ubuntu Chiseled runtime image for my .NET applications, but I'm having trouble debugging it with JetBrains Rider. To debug in Docker, I need an SDK image, but...
@lbussell, you're right, the runtime image is sufficient for debugging, and an additional SDK image isn't necessary. Thanks for the suggestion! I looked into the issue using a small example....
A slightly improved approach for deleting only scheduler_job_definitions that are missing triggers. This is relevant for version 5.0.9. ```javascript // Step 1: Get all job definition IDs as strings and...