Open hupili opened 11 years ago
We can not trace previously updated messages. Add one log entry in the DB for each updated messages.
Or else, async daemon will continuously try and fail on the same error.
the current async pocket takes sync version of home_timeline in a batch. If one channel get stuck, others are also stuck.
@fqj1994
log mixing is one problem of snscli-async. It's inconvenient to operate.
snscli-async
Add action log in DB
We can not trace previously updated messages. Add one log entry in the DB for each updated messages.
Add a fail queue
Or else, async daemon will continuously try and fail on the same error.
Multi-thread not only SNSPocket.home_timeline but also Platform.home_timeline
the current async pocket takes sync version of home_timeline in a batch. If one channel get stuck, others are also stuck.