question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow configuration of what channels workers listen on

See original GitHub issue

Suggested that it’s an argument to runworker where the user can provide multiple arguments, or a glob string that’s expanded against the available set.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
andrewgodwincommented, May 1, 2016

runworker now has --only-channels and --exclude-channels options, e.g.:

`python manage.py runworker --only-channels=http.* --only-channels=websocket.*`
0reactions
andrewgodwincommented, May 1, 2016

They are supported, just only on the order of seconds in the current configuration. Channel restrictions for runworker are incoming.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying — Channels 4.0.0 documentation
The Channels project maintains an official ASGI HTTP/WebSocket server, Daphne, and it's this that we'll talk about configuring. Other HTTP/WebSocket ASGI ...
Read more >
4 Configuring Network Resources - Oracle Help Center
Each channel you configure for a particular server instance must have a unique combination of listen address, listen port, and protocol. · A...
Read more >
Configure audio channels in Final Cut Pro - Apple Support
In Final Cut Pro, change the audio channel configuration, view and listen to audio components, and enable or disable audio components.
Read more >
Multitasking | Twilio
TaskRouter Multitasking allows a worker to handle multiple tasks of ... also need to configure the worker's capacity to handle each of these...
Read more >
Presence Configuration Settings - Salesforce Help
Configure an Enablement Site (myTrailhead) to Work with Agent... ... Allow Agents to See Their Service Resource Profile with an Apex... ... Set...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found