Exemplo n.º 1
0
 public IActionResult PushElastic(bool clean)
 {
     logger.LogElasticClean("Elastic Search Clean", HttpContext, clean);
     Hangfire.BackgroundJob.Enqueue(() => elasticService.PushAllResultsAsync(clean));
     return(Ok());
 }
Exemplo n.º 2
0
 public IActionResult PushElastic(bool clean)
 {
     Hangfire.BackgroundJob.Enqueue(() => elasticService.PushAllResultsAsync(clean));
     return(Ok());
 }