The last couple of weeks (after updating Blitz but I cannot remember from which to which version), jobs get stuck in the queue. I have read this article https://putyourlightson.com/plugins/blitz#the-refresh-cache-queue-job-is-stalling, the momory_limit is already higher than suggested, max_execution_time is 600, queue runs with supervisor, and I have disabled all tracking of queries and elements (I refresh the specific pages based on the section id). So not sure what else to try. (Not sure why it says "Queue jobs are configured to run automatically via web requests." in the diagnostics.)
{
"debug": false,
"hintsEnabled": true,
"cachingEnabled": true,
"refreshCacheEnabled": true,
"refreshMode": 1,
"includedUriPatterns": [
{
"enabled": "1",
"siteId": "1",
"uriPattern": ""
},
{
"enabled": "1",
"siteId": "1",
"uriPattern": ".*"
}
],
"excludedUriPatterns": [
{
"enabled": "1",
"siteId": "1",
"uriPattern": "competities\/attendance"
},
{
"enabled": "1",
"siteId": "1",
"uriPattern": "competities\/ical"
},
{
"enabled": "1",
"siteId": "1",
"uriPattern": "refs\/.*"
},
{
"enabled": "1",
"siteId": "1",
"uriPattern": "refs\/"
},
{
"enabled": "1",
"siteId": "1",
"uriPattern": "organisatie\/wedstrijdzaken\/.*"
}
],
"cacheStorageType": "putyourlightson\\blitz\\drivers\\storage\\FileStorage",
"cacheStorageSettings": {
"folderPath": "@webroot\/cache\/blitz",
"compressCachedValues": "1"
},
"cacheStorageTypes": [],
"cacheGeneratorType": "putyourlightson\\blitz\\drivers\\generators\\HttpGenerator",
"cacheGeneratorSettings": {
"concurrency": "2",
"useBasicAuth": "",
"username": "",
"password": ""
},
"cacheGeneratorTypes": [],
"customSiteUris": [],
"cachePurgerType": "putyourlightson\\blitz\\drivers\\purgers\\CloudflarePurger",
"cachePurgerSettings": {
"zoneIds": {
"***": {
"zoneId": "***"
},
"5***": {
"zoneId": ""
},
"a***8e1": {
"zoneId": ""
},
"bf***7": {
"zoneId": ""
}
},
"authenticationMethod": "apiKey",
"apiToken": "",
"apiKey": "*************************************",
"email": "****"
},
"cachePurgerTypes": [],
"deployerType": "putyourlightson\\blitz\\drivers\\deployers\\DummyDeployer",
"deployerSettings": [],
"deployerTypes": [],
"ssiEnabled": false,
"ssiTagFormat": "<!--#include virtual=\"{uri}\" -->",
"detectSsiEnabled": true,
"esiEnabled": false,
"cachedIncludePathParam": "p",
"onlyCacheLowercaseUris": false,
"cacheActionRequests": false,
"queryStringCaching": 1,
"includedQueryStringParams": [
{
"enabled": "1",
"siteId": "",
"queryStringParam": ".*"
}
],
"excludedQueryStringParams": [
{
"enabled": "1",
"siteId": "",
"queryStringParam": "gclid"
},
{
"enabled": "1",
"siteId": "",
"queryStringParam": "fbclid"
}
],
"apiKey": "",
"generatePagesWithQueryStringParams": true,
"purgeAssetImagesWhenChanged": true,
"refreshCacheAutomaticallyForGlobals": true,
"refreshCacheWhenElementMovedInStructure": true,
"refreshCacheWhenElementSavedUnchanged": false,
"refreshCacheWhenElementSavedNotLive": false,
"refreshExpiredCacheAfterVisit": true,
"cacheNonHtmlResponses": false,
"trackElements": true,
"trackElementQueries": true,
"excludedTrackedElementQueryParams": [],
"cacheDuration": 0,
"nonCacheableElementTypes": [],
"sourceIdAttributes": [],
"liveStatuses": [],
"integrations": [
"putyourlightson\\blitz\\drivers\\integrations\\CommerceIntegration",
"putyourlightson\\blitz\\drivers\\integrations\\FeedMeIntegration",
"putyourlightson\\blitz\\drivers\\integrations\\SeomaticIntegration"
],
"defaultCacheControlHeader": "no-cache, no-store, must-revalidate",
"cacheControlHeader": "public, s-maxage=31536000, max-age=0",
"cacheControlHeaderExpired": "public, s-maxage=5, max-age=0",
"sendPoweredByHeader": true,
"outputComments": true,
"refreshCacheJobPriority": 10,
"driverJobBatchSize": 100,
"driverJobPriority": 100,
"queueJobTtr": 6000,
"maxRetryAttempts": 10,
"maxUriLength": 2048,
"maxUriIndexLength": 767,
"mutexTimeout": 1,
"commands": [],
"injectScriptEvent": "DOMContentLoaded",
"injectScriptPosition": 3
}
Bug Report
The last couple of weeks (after updating Blitz but I cannot remember from which to which version), jobs get stuck in the queue. I have read this article https://putyourlightson.com/plugins/blitz#the-refresh-cache-queue-job-is-stalling, the momory_limit is already higher than suggested, max_execution_time is 600, queue runs with supervisor, and I have disabled all tracking of queries and elements (I refresh the specific pages based on the section id). So not sure what else to try. (Not sure why it says "Queue jobs are configured to run automatically via web requests." in the diagnostics.)
Diagnostics Report
Application Info
Installed Plugins
Loaded Modules
Blitz Plugin Settings
{ "debug": false, "hintsEnabled": true, "cachingEnabled": true, "refreshCacheEnabled": true, "refreshMode": 1, "includedUriPatterns": [ { "enabled": "1", "siteId": "1", "uriPattern": "" }, { "enabled": "1", "siteId": "1", "uriPattern": ".*" } ], "excludedUriPatterns": [ { "enabled": "1", "siteId": "1", "uriPattern": "competities\/attendance" }, { "enabled": "1", "siteId": "1", "uriPattern": "competities\/ical" }, { "enabled": "1", "siteId": "1", "uriPattern": "refs\/.*" }, { "enabled": "1", "siteId": "1", "uriPattern": "refs\/" }, { "enabled": "1", "siteId": "1", "uriPattern": "organisatie\/wedstrijdzaken\/.*" } ], "cacheStorageType": "putyourlightson\\blitz\\drivers\\storage\\FileStorage", "cacheStorageSettings": { "folderPath": "@webroot\/cache\/blitz", "compressCachedValues": "1" }, "cacheStorageTypes": [], "cacheGeneratorType": "putyourlightson\\blitz\\drivers\\generators\\HttpGenerator", "cacheGeneratorSettings": { "concurrency": "2", "useBasicAuth": "", "username": "", "password": "" }, "cacheGeneratorTypes": [], "customSiteUris": [], "cachePurgerType": "putyourlightson\\blitz\\drivers\\purgers\\CloudflarePurger", "cachePurgerSettings": { "zoneIds": { "***": { "zoneId": "***" }, "5***": { "zoneId": "" }, "a***8e1": { "zoneId": "" }, "bf***7": { "zoneId": "" } }, "authenticationMethod": "apiKey", "apiToken": "", "apiKey": "*************************************", "email": "****" }, "cachePurgerTypes": [], "deployerType": "putyourlightson\\blitz\\drivers\\deployers\\DummyDeployer", "deployerSettings": [], "deployerTypes": [], "ssiEnabled": false, "ssiTagFormat": "<!--#include virtual=\"{uri}\" -->", "detectSsiEnabled": true, "esiEnabled": false, "cachedIncludePathParam": "p", "onlyCacheLowercaseUris": false, "cacheActionRequests": false, "queryStringCaching": 1, "includedQueryStringParams": [ { "enabled": "1", "siteId": "", "queryStringParam": ".*" } ], "excludedQueryStringParams": [ { "enabled": "1", "siteId": "", "queryStringParam": "gclid" }, { "enabled": "1", "siteId": "", "queryStringParam": "fbclid" } ], "apiKey": "", "generatePagesWithQueryStringParams": true, "purgeAssetImagesWhenChanged": true, "refreshCacheAutomaticallyForGlobals": true, "refreshCacheWhenElementMovedInStructure": true, "refreshCacheWhenElementSavedUnchanged": false, "refreshCacheWhenElementSavedNotLive": false, "refreshExpiredCacheAfterVisit": true, "cacheNonHtmlResponses": false, "trackElements": true, "trackElementQueries": true, "excludedTrackedElementQueryParams": [], "cacheDuration": 0, "nonCacheableElementTypes": [], "sourceIdAttributes": [], "liveStatuses": [], "integrations": [ "putyourlightson\\blitz\\drivers\\integrations\\CommerceIntegration", "putyourlightson\\blitz\\drivers\\integrations\\FeedMeIntegration", "putyourlightson\\blitz\\drivers\\integrations\\SeomaticIntegration" ], "defaultCacheControlHeader": "no-cache, no-store, must-revalidate", "cacheControlHeader": "public, s-maxage=31536000, max-age=0", "cacheControlHeaderExpired": "public, s-maxage=5, max-age=0", "sendPoweredByHeader": true, "outputComments": true, "refreshCacheJobPriority": 10, "driverJobBatchSize": 100, "driverJobPriority": 100, "queueJobTtr": 6000, "maxRetryAttempts": 10, "maxUriLength": 2048, "maxUriIndexLength": 767, "mutexTimeout": 1, "commands": [], "injectScriptEvent": "DOMContentLoaded", "injectScriptPosition": 3 }Recommendations
Site Tracking [1]
Site Tracking [2]
Site Tracking [3]
Site Tracking [4]