Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

On-demand Clean up timeout from UI console.

Increase proxy Idle time:

Make sure Increase proxy Idle time approx. 1h (i.e. 3600 seconds) to run long running tasks on UI like reports and on-demand clean ups.

Apache

ProxyPass        / http://localhost:8080/ timeout=3600
ProxyPassReverse / http://localhost:8080/ timeout=3600

Nginx

server{
   ...
   proxy_read_timeout 3600;
   proxy_connect_timeout 3600;
   proxy_send_timeout 3600; 
   ...
}

GCP

Confluence custom schedule settings are reverted to default

On Confluence restart, if any custom schedule settings are reverted to default but still schedule runs with default settings.

Workaround, you need to re-save the custom settings. See, https://jira.atlassian.com/browse/CONFSERVER-55455

  • No labels