Closed juriansluiman closed 10 years ago
By the way, I've just realized Pheanstalk has been in v3 now, with namespaces. It may be good time to introduce it now no? https://github.com/pda/pheanstalk/releases
By the way, I've just realized Pheanstalk has been in v3 now, with namespaces. It may be good time to introduce it now no? https://github.com/pda/pheanstalk/releases
Doing that now :)
Please don't merge yet. I have stumbled upon a few nasty issues where I am looking if this is my config, beanstalkd or SlmQueue.
Currently the issue I am finding is described in #41. Do not merge this PR before above issue is resolved. As far as I know, this was not an issue in v0.3.
@bakura10 @basz please review. I am not up2date with all latest changes from SlmQueue, so I might have missed something.
A few things I know:
What I also noticed with the refactoring:
all look sane to me re 1. SlmQueueDoctrine Controller still has a recover action re 2. Isn't that the only place (queue - unserializeJob) id is used? What do you propose unserializeJob($data, $id, $metadata = null)? re 3. no opinion
@bakura10 @basz OK let's merge this now then. I will tag v0.4 with this merged.
Re 1: agreed, did not know about those Re 2: It is a micro thing, but for long term maintenance perhaps a good idea, let's see if we can make this into a patch release Re 3: This is not required for a v0.4, so let's delay that for another time, but I will prepare PRs for all three adapters.
Update to all v0.4 changes. Supersedes #25, #36 and #38 .