Paul Butler

Results 45 issues of Paul Butler

We probably want to do #133 first.

enhancement

Clients should be able to connect to drones over IPv6, and DNS should serve AAAA records.

enhancement

Currently, the spawn message bakes in assumptions related to Docker. We would like to support other execution backends down the road, so we should: - [ ] Move executor-related options...

nats-api-breaking

This would introduce a struct to replace `grace_period_seconds`. I suggest: ``` struct ShutdownCondition { idle_threshold_seconds: Option, // replaces grace_period_seconds time_limit_seconds: Option, // total time limit } ``` Now that we...

enhancement

This comes up a lot, and recently in #116. As a first pass, we can simply pass volume information on to Docker.

enhancement

Since Spawner includes a Layer 7 proxy, it can refuse requests to a backend if they do not contain a bearer token as a cookie or as an `Authorization` header....

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### What version of `workers-rs` are you using? 0.0.18 ### What version of `wrangler`...

The IP used for ec2-instance-connect open-tunnel was hard-coded to localhost. This means that it does not work for users of the AWS CLI Docker image, because Docker can only expose...

Two cases to check: - spawning a new backend - connecting to an existing backend Follow-up to #605