Tommy Graves
Tommy Graves
### Version main ### Steps to reproduce 1. `git clone [email protected]:facebook/jest.git best` 2. `yarn install` 3. `yarn build:js` 4. `yarn jest customMatcherStackTrace.test.ts -t 'works with custom matchers'` 5. `Observe that...
We have a job configured like: ``` retry_on SomeError, wait: 5.seconds, attempts: 4 do |job, _exception| Rails.logger.warn("SomeError still occurred after retries were exhausted") # do something to handle this end...
I'm not sure if this is an issue in good_job, an issue in ActiveJob, or not an issue at all 😅. It appears that the `discard.active_job` notification is only triggered...
### Verify canary release - [x] I verified that the issue exists in the latest Turborepo canary release. ### Link to code that reproduces this issue https://github.com/TAGraves/turborepo-gitdir-inputs-example ### Which canary...
If I'm running with `--probe-port`, sending SIGINT to the good_job process logs this to stderr on MacOS: ``` Server encountered an error: Bad file descriptor ``` On Linux in our...
#### :zap: Summary This adds support for the environment variables exposed by the CI platform RWX. Note: I work at RWX. We have a customer who currently manually sets the...
## Summary If you create or delete your lockfile and run `rush list --json`, the following is output to stdout: ``` Lockfile was created or deleted. Assuming all projects are...
We are running into an issue where very infrequently, Docker containers running inside our sysbox container on AWS EC2 fail to be able to do any operations in their filesystem....