pub async fn transition_all<'a, E>( executor: E, from: Status, to: Status, ) -> Result<()>where E: Executor<'a, Database = Postgres>,
Transitions tasks from one status to another.
Returns error if there was a problem while updating messages.