You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example AsyncConfig.taskScheduler() currently uses a magic number for the thread count, and has a TODO statement on it.
I'd personally also like config to be fetchable from an endpoint (IIRC, actuator can do it for us), and the option for config to be edited in real time, without requiring application restart. But both of these should be considered "Nice to haves"
The text was updated successfully, but these errors were encountered:
Identified in : #69
For example
AsyncConfig.taskScheduler()
currently uses a magic number for the thread count, and has a TODO statement on it.I'd personally also like config to be fetchable from an endpoint (IIRC, actuator can do it for us), and the option for config to be edited in real time, without requiring application restart. But both of these should be considered "Nice to haves"
The text was updated successfully, but these errors were encountered: