Hi all,
Since upgrading from ProGet 2025 to 2026 on June 1, the Scheduled Job Dispatcher logs this once per run:
ERROR: 2026-06-16 05:28:05Z - Invalid scheduled job type:
The job type after the colon is empty. Package restore/publish works normally for all clients, so there's no feed-serving impact — it looks like an orphaned or null-typed scheduled-task row left over from the upgrade/migration.
Environment
- ProGet 2026.4 (Build 10), DB schema 26.0.4.10
- PostgreSQL 17.10 (integrated), Ubuntu 24.04, collation C (UTF8)
Questions
- Is this a known issue/regression after the 2025 → 2026 upgrade (is there a tracked PG-####)?
- What's the supported way to identify and fix the offending scheduled-task row? I'd prefer not to edit the database directly on a production instance.
Thanks!