sterankin
sterankin
Version info: ``` Docker image: artilleryio/artillery:latest ``` Running this command: ``` docker run --rm --volume ${PWD}:/usr/src/app --env USERNAME= --env PASSWORD= --env DD_API_KEY= artilleryio/artillery:latest run /usr/src/app/artillery-config.yml ``` I expected to see...
I'm not seeing an obvious way to output to HTML as part of a CI build. Is there an -o html? Also - how can i prevent the CI task...
Ok lets start again as i am taking a different approach. 1. Download project. Unzip. 2. cd into `aws-lex-web-ui-master/src` and run `npm install`, then `npm start` All good at this...
Using Jruby 9.17.3 with gem 'activerecord-jdbc-adapter', '1.3.16', and using the jt400.jar version 9.4. I have a very strange issue when connecting to AS400. Very frequently there is a 16min delay...
I am using the gem: activerecord-jdbc-adapter (1.3.16) in Jruby 9.1.17.0 I added a jar file to my application lib folder, I found the jar file on http://jt400.sourceforge.net/. It is called...
I am using the environment variable (FREETDS_DIR) to provide a path to freetds in my application. Since I am using Cloud Foundry and can only use 1 buildpack, I need...
I have 2 long running jobs. The first one runs on a schedule, and when it finishes it then enqueues the second job like this: `Delayed::Job.enqueue(NextJob.new)` I have a max...
## Issue Session Affinity/Sticky sessions are not working. ## Context I have added the following section `sticky_session_cookie_names` to the manifest file which looks something like: ``` applications: - name: myapp...
I don't see a way to be able to add a custom header (or headers) to a request. It would be great if the client code was change such that...
Any help being able to see the request Claude uses as I am getting a 404 and i would like to see the url and api request claude is using...