invoiceninja/app/Console/Commands
David Bomba 0d44ca6481 fix: Remove timeout from elastic rebuild wait logic
Previously the command would timeout after 600 seconds (10 minutes)
per model when using --wait flag. This was insufficient for large
datasets and could cause queue congestion.

Changes:
- Removed $maxWaitSeconds = 600 limitation
- Changed while condition from timeout check to infinite loop
- Removed timeout warning code
- Command now waits indefinitely until jobs complete
- Still exits early when jobs detected as complete
- Still exits on exception after 10 second delay

Behavior:
- Command will run until all jobs complete or exception occurs
- Can be manually killed with Ctrl+C if needed
- Better for production with large datasets (25k+ records)
2025-11-26 02:32:30 +00:00
..
Elastic fix: Remove timeout from elastic rebuild wait logic 2025-11-26 02:32:30 +00:00
BackupUpdate.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
CheckData.php Fixes for check data 2025-09-25 08:31:47 +10:00
CreateAccount.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
CreateSingleAccount.php Updated lock 2025-06-02 09:57:22 +10:00
CreateTestData.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
DemoMode.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
DesignUpdate.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
EncryptNinja.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
HostedMigrations.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
HostedUsers.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
ImportMigrations.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
MobileLocalization.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
OpenApiYaml.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
PostUpdate.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
ReactBuilder.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
RecurringCommand.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
S3Cleanup.php Refactor for login 2025-05-26 12:30:44 +10:00
SendRemindersCron.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
SendTestEmails.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00
TranslationsExport.php Add languages into exporter 2025-09-01 09:00:53 +10:00
TypeCheck.php Refactor for document / file validation 2025-04-26 10:15:23 +10:00