-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(2228): added transaction free deleteAndRelease() Method #2229
Conversation
Duplicate #2180 |
Wow.. didn't see that, looked everywhere to find a solution 🤦♂️ |
@divine any updates on how best to proceed? Close this PR and wait for the other one to be released or how do we plan on getting this bug fixed? |
Hello, I will talk with @Smolevich today and let you know what we've decided. Thanks! |
I'll take a look this weekend |
Any update? Thanks! |
@divine at least grant me the whole weekend 😁 |
Codecov Report
@@ Coverage Diff @@
## master #2229 +/- ##
============================================
+ Coverage 86.88% 86.91% +0.02%
- Complexity 664 665 +1
============================================
Files 33 33
Lines 1556 1559 +3
============================================
+ Hits 1352 1355 +3
Misses 204 204
Continue to review full report at Codecov.
|
Sorry but this is an open-source, contributors vanishing sometimes without any reply... and it was urgent for you too so no waiting whole weekend 🤣
I think he meant this part: $this->assertEquals(0, $result['reserved']);
$this->assertNull($result['reserved_at']);
$this->assertEquals(
Carbon::now()->addRealSeconds($delay)->getTimestamp(),
$result['available_at']
);
$this->assertEquals(Carbon::now()->getTimestamp(), $result['created_at']);
$this->assertEquals($job->getRawBody(), $result['payload']); Thanks! |
@divine oh no, I hope nothing bad happens to them. Should I be worried about my safety? 🤣 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolve merge conflicts
Don't worry about your safety, we're just having a fun conversation, so I ruined fun now completely 😄. I really don't know what happens with them, probably too busy and it just works 😮. Anyways, thank you for your contribution! |
…2229) * fix(2228): added transaction free deleteAndRelease() Method * fix(2228): added test for queue deleteAndRelease Method * fix(2228): style fix * fix(2228): restructure queue tests Co-authored-by: Stephen Odoardi <[email protected]> Co-authored-by: Divine <[email protected]>
fixes: #2228