I am getting a lot of warnings in my shell.
Warning: a callable with the name 'FUNC_NAME' has already been registered. This is probably not what you want
This is causing me problems when I want to see some background task logs. These warnings also appear in the task logs and the logs limit is reached and new logs from tasks are not showing.
I have checked and confirmed that there are no duplicate functions or tasks with the same name in my codebase(main app and also the dependency apps) as discussed in some threads on anvil forum.
Does anyone know how to go around this problem? Thanks.