Skip to content
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

Reduce roundtrip for remove #248

Merged
merged 3 commits into from Jul 12, 2018
Merged

Reduce roundtrip for remove #248

merged 3 commits into from Jul 12, 2018

Conversation

SamMousa
Copy link
Contributor

Beanstalk only needs an ID to remove a job.
There is no need to first retrieve the job (and its data) and then attempting to delete it.

Q A
Is bugfix? no
New feature? no
Breaks BC? no
Tests pass? yes

Beanstalk only needs an ID to remove a job. 
There is no need to first retrieve the job (and its data) and then attempting to delete it.
@samdark
Copy link
Member

samdark commented Jul 10, 2018

Tests are failing.

@SamMousa
Copy link
Contributor Author

Ah, the downside of online editing... Class name is incorrect :|

Add missing `use`.
@samdark samdark added this to the 2.1.1 milestone Jul 10, 2018
@samdark samdark added the type:enhancement Enhancement label Jul 10, 2018
@samdark
Copy link
Member

samdark commented Jul 10, 2018

@zhuravljov looks correct to me.

@samdark
Copy link
Member

samdark commented Jul 12, 2018

@SamMousa changelog?

@samdark samdark merged commit 3162bfb into yiisoft:master Jul 12, 2018
@samdark
Copy link
Member

samdark commented Jul 12, 2018

Merged. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants