Generation Queue এবং Waiting Times
Rivya generation queues, waiting times, long-running image, video এবং audio tasks, notifications, history এবং safe retries বুঝুন।
Rivya image, video বা audio task প্রত্যাশার চেয়ে বেশি সময় in progress থাকলে এই guide ব্যবহার করুন।
Video, audio, reference-heavy image work, provider queues এবং বড় generation settings task-কে normal page interaction-এর চেয়ে slow করতে পারে। শুধু wait করা failure বোঝায় না।
Queue কী বোঝায়
queue মানে task এখনো finished হয়নি।
এটি হতে পারে কারণ:
- provider request process করছে
- workflow design অনুযায়ী বেশি সময় নেয়
- input-এ files বা references আছে
- output setting বেশি heavy
- temporary demand বেশি
- Rivya callback বা status update-এর জন্য অপেক্ষা করছে
queued task সঙ্গে সঙ্গে repeat না করে task status, notifications এবং history দিয়ে track করা উচিত।
Waiting Failure-এর মতো নয়
একটি task হতে পারে:
- submitted
- processing
- provider result-এর জন্য waiting
- completed
- failed
প্রতিটি long-running task-কে failed ধরবেন না। retry করার আগে status check করুন।
failure behavior-এর জন্য Failed Tasks and Credit Refunds পড়ুন।
Progress কোথায় Check করবেন
এই জায়গাগুলো ব্যবহার করুন:
- task যেই workflow page থেকে শুরু হয়েছিল
- Rivya Notifications Center
- History in Rivya
- available হলে account credit এবং task state
Notifications সহায়ক, কারণ async generation একটি disappear করা toast-এর ওপর নির্ভর করা উচিত নয়।
Waiting-এর সময় কী করবেন
task processing থাকলে আপনি পারেন:
- next prompt variation প্রস্তুত করতে
- previous history review করতে
- output কীভাবে ব্যবহার হবে plan করতে
- duplicate tasks খুব দ্রুত submit করা এড়াতে
- current task asynchronous হলে অন্য task-এ switch করতে
task গুরুত্বপূর্ণ হলে result lost ধরে নেওয়ার আগে final status-এর জন্য wait করুন।
কখন Retry করবেন
task স্পষ্টভাবে failed হলে, input ভুল হলে, বা output useful না হলে retry করুন।
retry করার আগে কী বদলেছে তা ঠিক করুন:
- simpler prompt
- fewer references
- different model
- different duration বা quality
- corrected upload
- clearer task intent
কিছু না বদলে একই request repeat করলে একই problem repeat হতে পারে।
Task Continuity Checklist
submission-এর পরে task traceable রাখতে হলে check করুন:
- task pending, running, completed, failed, নাকি follow-up-এর জন্য ready তা check করুন।
- useful outputs-এর জন্য History এবং async status changes-এর জন্য Notifications ব্যবহার করুন।
- troubleshooting-এর সময় task UUID, model, prompt এবং output context একসঙ্গে রাখুন।
- current state পরিষ্কার না হওয়া পর্যন্ত same job restart করবেন না।
- অন্য workflow-তে branch করার আগে সবচেয়ে useful result save বা download করুন।
লক্ষ্য হলো generation সময় নিলে বা follow-up দরকার হলে কাজ হারানো এড়ানো।
কখন Status Recheck করবেন
task প্রত্যাশার চেয়ে বেশি সময় নিলে, notification missing থাকলে, result incomplete মনে হলে, বা user previous output খুঁজে না পেলে status recheck করুন।
এসব ক্ষেত্রে user-কে regenerate বলতে আগে task state এবং History inspect করুন।
Related Pages
Rivya Failed Tasks and Credit Refunds গাইড
Rivya failed tasks, credit checks, retries, upload issues, provider errors, notifications, history এবং processing states handle করুন।
Rivya Getting Started গাইড
একটি real task দিয়ে Rivya শুরু করুন: public pages browse করুন, দরকার হলে sign in করুন, credits বুঝুন, এবং chat, image, video বা audio বেছে নিন।