Webador / SlmQueueBeanstalkd

Beanstalkd adapter for SlmQueue module
Other
10 stars 26 forks source link

Use the queue serialization from SlmQueue #36

Closed juriansluiman closed 9 years ago

juriansluiman commented 10 years ago

Instead of using the job's serialization and providing your own deserialization, use the queue for both parts.

This PR is related to juriansluiman/SlmQueue#92

bakura10 commented 10 years ago

I have tag beta 1 for 0.4.0 version. Please update the dependency to 0.4.0-beta1, and fix any tests that may fail!

Thanks!

juriansluiman commented 9 years ago

Rebased on master, will check for any errors and update accordingly

juriansluiman commented 9 years ago

@bakura10 how am I able to link SlmQueueBeanstalkd to SlmQueue v0.4.0@beta? You know the composer trick?

bakura10 commented 9 years ago

minimum-stability: "dev" during beta ;). We should just take care of removing it when we release official version.

juriansluiman commented 9 years ago

Closed, now in #40