Skip to content

feat: Accept username and SSL options in rqscheduler script#325

Open
adamantike wants to merge 2 commits intorq:masterfrom
adamantike:feat/script-options-username-ssl
Open

feat: Accept username and SSL options in rqscheduler script#325
adamantike wants to merge 2 commits intorq:masterfrom
adamantike:feat/script-options-username-ssl

Conversation

@adamantike
Copy link

This change adds the following arguments to the rqscheduler script:

  • --username or -U: Allows specifying a username for connecting to Redis. (environment variable: RQ_REDIS_USERNAME)
  • --ssl: Enables SSL for the Redis connection. (environment variable: RQ_REDIS_SSL)

This change adds the following arguments to the `rqscheduler` script:
- `--username` or `-U`: Allows specifying a username for connecting to
  Redis. (environment variable: `RQ_REDIS_USERNAME`)
- `--ssl`: Enables SSL for the Redis connection. (environment variable:
  `RQ_REDIS_SSL`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant