attempt
আপনাকে বিলম্বের সাথে পতিত কমান্ডগুলি পুনরায় চেষ্টা করার অনুমতি দেয়।
attempt (BACKOFF) (OPTIONS) (COMMAND)...
# Rerun database migrations if the server was not ready attempt --retry-if-contains "server not ready" sqlx migrate # Use an exponential backoff attempt exponential --retry-if-contains "server not ready" sqlx migrate