Skip to content

Renovate enqueues jobs for repos even though MEND_RNV_ENQUEUE_JOBS_ON_STARTUP is disabled #783

@paymand

Description

@paymand

I'm using the latest helm chart and have set mendRnvEnqueueJobsOnStartup: "disabled" in my values.yml file hoping to not get any jobs enqueued on startup.
Image
Looking at the logs, I see:
Sync and enqueue job startup mode with the following content:

{
	"id": "AwAAAZqXm_cZ1DvQpAAAABhBWnFYbV9sdEFBQ1FtYTgxcHNCUlNBQUgAAABdMTE5YTk3OWYtMDM3Yi00ZWQ5LWI4YjQtYThiMzQ5N2I0NTgwLXN5bnRoZXRpYy10aW1lLTE3NjM0NzgwMDAwMDAwMDAwMDBjLTE3NjM0ODAzNzIwOTEwMDAwMDFvAAAllA",
	"content": {
		"timestamp": "2025-11-18T15:36:12.313Z",
		"tags": [
			...
		],
		"host": "renovate-mend-renovate-ce-5cdc7bb556-6tz4k",
		"service": "renovate-ce",
		"message": "Sync and enqueue job startup mode",
		"attributes": {
			"syncOnStartup": true,
			"hostname": "renovate-mend-renovate-ce-5cdc7bb556-6tz4k",
			"level": 30,
			"v": 0,
			"name": "mend-renovate",
			"syncMode": "batch",
			"pid": 8,
			"logContext": "XvAptyNNvPXQ6ZomyQLJe",
			"time": "2025-11-18T15:36:12.313Z",
			"enqueueJobsOnStartup": "disabled",
			"status": "Info"
		}
	}
}

so we have set "enqueueJobsOnStartup": "disabled",, but later on we still end up enqueuing jobs for discovered repos!

{
	"id": "AwAAAZqXm_3YzdF1MAAAABhBWnFYbkFGVkFBQkVXYmJrQU5JMW5BQUEAAABdMTE5YTk3OWYtMDM3Yi00ZWQ5LWI4YjQtYThiMzQ5N2I0NTgwLXN5bnRoZXRpYy10aW1lLTE3NjM0NzgwMDAwMDAwMDAwMDBjLTE3NjM0ODAzNzIwOTEwMDAwMDFvAAAhUg",
	"content": {
		"timestamp": "2025-11-18T15:36:14.040Z",
		"tags": [
			...
		],
		"host": "renovate-mend-renovate-ce-5cdc7bb556-6tz4k",
		"service": "renovate-ce",
		"message": "Enqueueing jobs for newly discovered repositories",
		"attributes": {
			"hostname": "renovate-mend-renovate-ce-5cdc7bb556-6tz4k",
			"level": 20,
			"v": 0,
			"name": "mend-renovate",
			"pid": 8,
			"logContext": "XvAptyNNvPXQ6ZomyQLJe",
			"time": "2025-11-18T15:36:14.040Z",
			"status": "Debug"
		}
	}
}

@nabeelsaabna Does this make any sense, or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions