- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
Changed gateways to exist in the local database #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed gateways to exist in the local database #231
Conversation
…datatarget-id-to-error-message
…e/IOT-1380-update-gateway-eui-input
…/IOT-1486-add-error-message-to-email-in-use
…if no user admins found
Added job to populate empty fields Added support for new sorting options
| } | ||
|  | ||
| // This is run once on startup and will create any gateways that exist in chirpstack but not our database | ||
| @Timeout(10000) | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the timeouts :-)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These run once on startup, as opposed to a cron job that run every time their time is met. And the functions run here do all the population of the gateway table needed in one batched job
No description provided.