Feature not supported: capped:true on AWS DocumentDB #33
-
Hello, I have a problem running If I switch to MongoDB everything works fine. But in /lib/rocket_job/event.rb line 103 in self.create_capped_collection the gem explicitly set this capped: true as option. Environment
Stack Trace
Expected Behavior
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That is very disappointing that AWS would choose not to implement such a basic feature of MongoDB. We tested a much earlier version of Rocket Job against AWS DocumentDB and it worked fine. Since then we have moved to "real-time" management that uses a capped collection for sending events immediately to workers, to stop, start, or otherwise manage workers. I updated the documentation with a note that AWS DocumentDB is not supported. |
Beta Was this translation helpful? Give feedback.
That is very disappointing that AWS would choose not to implement such a basic feature of MongoDB.
We tested a much earlier version of Rocket Job against AWS DocumentDB and it worked fine. Since then we have moved to "real-time" management that uses a capped collection for sending events immediately to workers, to stop, start, or otherwise manage workers.
I updated the documentation with a note that AWS DocumentDB is not supported.