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
public class Service : IInvocable
{
...... other code
public async Task Invoke()
{
_logger. Information($"Start login {_config. UserName}");
await Login();
}
...... other code
}
Affected Coravel Feature
Scheduling
Expected behaviour
Output content immediately when starting the program. ( "Start login xxx" and "Start refresh data") , but when I run it many times, sometimes it does not output content, and the console does not report any error message.
run windows service.
.net core 7.0
coravel : 5.0.2.0
The text was updated successfully, but these errors were encountered:
No news on this yet. Will look to investigate soon. Not sure what's going on at first glance. Unless someone else has any idea by looking at the source?
Describe the bug
Affected Coravel Feature
Scheduling
Expected behaviour
Output content immediately when starting the program. ( "Start login xxx" and "Start refresh data") , but when I run it many times, sometimes it does not output content, and the console does not report any error message.
run windows service.
.net core 7.0
coravel : 5.0.2.0
The text was updated successfully, but these errors were encountered: