Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tarantool fifottl queue を使用して、いくつかの遅延タスクを保存しようとしています。
タスクを保存するには、次のインターフェイスを使用する必要があります。
queue.tube.tube_name:put({ some_key, 'some_data' }, { delay = 80 })
タスクの状態を変更せずに現在のタスクの遅延を取得するにはどうすればよいですか?