mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	[Docs] Config Cheat Sheet - Task Edit (#9972)
* backwards compatibility typo * Unlist description and separate from list by an empty line * redis needs password edit * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
This commit is contained in:
		| @@ -677,10 +677,11 @@ You may redefine `ELEMENT`, `ALLOW_ATTR`, and `REGEXP` multiple times; each time | ||||
|  | ||||
| ## Task (`task`) | ||||
|  | ||||
| -  Task queue configuration has been moved to `queue.task` however, the below configuration values are kept for backwards compatibilityx: | ||||
| Task queue configuration has been moved to `queue.task`. However, the below configuration values are kept for backwards compatibility: | ||||
|  | ||||
| - `QUEUE_TYPE`: **channel**: Task queue type, could be `channel` or `redis`. | ||||
| - `QUEUE_LENGTH`: **1000**: Task queue length, available only when `QUEUE_TYPE` is `channel`. | ||||
| - `QUEUE_CONN_STR`: **addrs=127.0.0.1:6379 db=0**: Task queue connection string, available only when `QUEUE_TYPE` is `redis`. If there redis needs a password, use `addrs=127.0.0.1:6379 password=123 db=0`. | ||||
| - `QUEUE_CONN_STR`: **addrs=127.0.0.1:6379 db=0**: Task queue connection string, available only when `QUEUE_TYPE` is `redis`. If redis needs a password, use `addrs=127.0.0.1:6379 password=123 db=0`. | ||||
|  | ||||
| ## Migrations (`migrations`) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user