ShaheedHaque

Results 22 issues of ShaheedHaque

This is an initial set of dependencies, needed to get going on the frameworks.

I have some periodic tasks defined which show up fine in the Django admin, and run. However, when I use the "inspect scheduled" command, I never get anything. $ celery...

bug

It would be useful to know if a holiday whose observance is shifted can be easily recognised as such. For example, if "Boxing Day" is observed on "Boxing Day Shift",...

As per #720, to get 1.0.2 working for us, I moved JPype initialisation to be delayed it until actually needed. On process exit, it seems that if the initialisation code...

The code in viewflow.flow.views.mixins.get_flow_namespace() appears to be missing an "else" clause. At the moment (with 1.4.0), the function ends like this: ``` if not self.ns_map_absolute: return "{}:{}".format(self.request.resolver_match.namespace, namespace) ``` I...

request/enhancement
dev/flow

Let say you have a wizard with steps A, B, C... such that step A (for example) has an uploaded file. When step A is passed, form A is validated...

Resolves #30. This PR also: - Replaces the deprecated call to requests.session() with its current counterpart, requests.Session(). - Allows arbitrary connection kwargs to be passed down, not least to allow...

The std.py backend currently does not attempt any connection retries, so even the occasional network transient makes it rather fragile. It would be useful if some provision for retries were...

The current tests work just fine against (for example) Consul v1.7.4 but fail with newer versions such as v1.9.3 because Consul seems to have added extra output to some of...

# Checklist - [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Category%3A+Documentation%22+) for similar or identical bug reports. - [x] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Category%3A+Documentation%22) for existing proposed fixes. -...

Issue Type: Bug Report
Category: Documentation