Skip to content

Job Queue is not showing in dashboard #12038

Discussion options

You must be logged in to vote

Thanks one guy from Discord https://discord.com/channels/967097582721572934/1358755865921982534:


By default the jobs collection is hidden, you can overwrite it and set hidden to false like this:

jobs: {
    tasks: [], // your tasks
    jobsCollectionOverrides: ({defaultJobsCollection}) => {
        if(!defaultJobsCollection.admin){
            defaultJobsCollection.admin = {};
        }
        defaultJobsCollection.admin.hidden = false;
        return defaultJobsCollection
    }
}

Payloadcms documentation is so poor...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timurkhakhalev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant