Marcelo Da Cruz Pinto
Marcelo Da Cruz Pinto
I created a test that shows what I'm seeing: Parsing "2014-02-13 00:00:00" and "2014.02.13" return equivalent time representations, but "2014.02.13 00:00:00" fails to parse. **This PR is not meant to...
This is related to #595 I'm using Proxifier (https://www.proxifier.com/) to simulate a transparent proxy on a corporate network. Proxifier has a feature called "infinite loop detection" which, when enabled, tries...
Adding basic support for passing arguments to the `go-unit-tests` hook. Proposed approach is to simply iterate over the script arguments, and keep those that start with at least one `-`....
Using Celery `3.1.25` with billiard `3.3.0.23` (with Redis `4.0.2`) and running a stress test that sends ~30000 tasks (each of them consuming CPU for 100ms with a simple multiplication operation...
I think this is somewhat related to #102. There is a suggestion about using mutating admission webhooks for this, but given that the sidecar pattern is so widely used I...
Defining something like this: ``` markdown ## Resources [/resources{?$filter}] ``` throws the following error: ``` URI template expression "?$filter" contains invalid characters. Allowed characters for expressions are A-Z a-z 0-9...
I'm thinking about adding support for Cassandra via https://github.com/gocql/gocql. How would one go about implementing this? Any good pointers? I've briefly looked at #7, but I'm not a go expert.
- VSCode Version: 1.41.0-insider (commit: 9579eda04fdb3a9bba2750f15193e5fafe16b959) - OS Version: macOS 10.15.1 Catalina Steps to Reproduce: 1. Open a remote SSH workspace 2. Open a local workspace (in a new window)...
This proposal is about having a Kubernetes operator (see [here](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) and [here](https://coreos.com/operators/)). The scope of the operator would be the following: * Defining a [CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) for a `CeleryApplication`. This resource...
I've recently been looking at using celery for chained tasks or tasks with callbacks, where one or more of the tasks in the chain interacts with an external service that...