Ibrahim Awwal
Ibrahim Awwal
I think one potential solution is to not enable parameter logging, but instead do something like this in your initializer: (ref #66) `fields[:params] = request.filtered_parameters.to_json` That should give you a...
I think this was fixed and can be closed?
This might be related, although I haven't yet looked through the code to figure out what it actually does. But it seems likely to do something like this: https://github.com/uber-workflow/probot-app-release-notes GitHububer-workflow/probot-app-release-notesprobot-app-release-notes...
Is this also the reason that enqueuing Sidekiq-grouping enabled jobs in a test results in the job being pushed to the user's development Redis and getting processed (and usually failing)...
Ahh, using `force_flush_for_test!` fixes the issue I was seeing. I guess it's because Sidekiq::Grouping has its own queues separate from Sidekiq, and they aren't namespaced, so if your test environment...
Hmm, just to make sure I'm on the same page - is SolidQueue supposed to auto-reload code in development? I remember back in the day Sidekiq did not, but I...
Hi! My team is starting to use Phlex and the change to view_template confused us a bit because it wasn't mentioned in the docs. I was about to make a...
Hmm, I guess perhaps it depends on the workflow; I also just realized that you guys exclude PRs where the owner is also an assignee on the PR, which I...
Ah okay, I hadn't even realized team reviews were a thing (my company is too small to have teams of reviewers, heh). That makes a lot of sense. Anyway, it...
FWIW the deb worked for me today, so maybe I had some prereqs installed that others don't have. I did try the PPA first which didn't work, and that was...