Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only show lock count when available and greater than zero #71

Merged
merged 3 commits into from
Sep 19, 2015
Merged

Conversation

Koed00
Copy link
Owner

@Koed00 Koed00 commented Sep 19, 2015

No description provided.

@codecov-io
Copy link

Current coverage is 95.27%

Merging #71 into master will increase coverage by +0.02% as of 324e8e3

@@            master     #71   diff @@
======================================
  Files           36      36       
  Stmts         2043    2051     +8
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           1946    1954     +8
  Partial          0       0       
  Missed          97      97       

Review entire Coverage Diff as of 324e8e3

Powered by Codecov. Updated on successful CI builds.

Koed00 added a commit that referenced this pull request Sep 19, 2015
Only show lock count when available and greater than zero
@Koed00 Koed00 merged commit 5e80675 into master Sep 19, 2015
maerteijn pushed a commit to maerteijn/django-q that referenced this pull request Apr 11, 2023
* Support for multi-queue, multi-cluster configuration. API changes include:
  * Adding `cluster` to async_task() parameters and Task model
  * Adding argument --name to qcluster command
  * Necessary adjustments to Conf and Broker classes
  * Some admin improvements

* Add settings.Q_CLUSTER['ALT_CLUSTERS']: q_cluster config overrides for alternative clusters;
Add Conf.CLUSTER_NAME: separate usage from Conf.PREFIX;
QueueAdmin/OrmQ detail page enhanced: now displaying args/kwargs/q_options instead of encrypted payload.

* if `cluster` argument is not set (the default), async_task() and schedule() will be handled by the default cluster; Documentation update.

* Text cleanup

* Documentation update.

* Fix TIMEOUT setting in Windows for non-default cluster

---------

Co-authored-by: Stan Triepels <1939656+GDay@users.noreply.github.com>
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.

2 participants