spiral-modules / jobs

RoadRunner: Background PHP workers, Queue brokers
MIT License
60 stars 11 forks source link

Replace json std package with github.com/json-iterator/go #39

Closed rustatian closed 4 years ago

rustatian commented 4 years ago
  1. Refactor amqp/conn, move redial from config to conn.go
  2. Remove dialing function, as not concurrent safe, refactor it
  3. Simplify conn.notify function
  4. Add a simple threshold limiter to BS/conn.go. Limit located in the constants.go file in beanstalk package
wolfy-j commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build failed

rustatian commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded

rustatian commented 4 years ago

resolves #38