We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7ba39 commit a45b69bCopy full SHA for a45b69b
terraform/production/repositories.tfvars
@@ -53,7 +53,7 @@ repositories = {
53
}
54
55
"django-tasks-scheduler" = {
56
- description = "Schedule async tasks using redis pub/sub."
+ description = "Schedule async tasks using redis protocol. Redis/ValKey/Dragonfly or any broker using the redis protocol can be used."
57
homepage_url = "https://django-tasks-scheduler.readthedocs.io/"
58
allow_merge_commit = true
59
@@ -71,7 +71,7 @@ repositories = {
71
72
allow_rebase_merge = true
73
allow_squash_merge = true
74
- has_discussions = false
+ has_discussions = true
75
has_wiki = true
76
admins = [
77
"matthiask",
0 commit comments