|
|
@ -84,7 +84,7 @@ func (env *Env) BackgroundJobRunner() { |
|
|
|
creditCardCVV := jobToDo.User.Profile.KtmTrainCreditCardCVV |
|
|
|
creditCardExpiry := jobToDo.User.Profile.KtmTrainCreditCardExpiry |
|
|
|
|
|
|
|
func() { |
|
|
|
go func() { |
|
|
|
defer func() { |
|
|
|
if r := recover(); r != nil { |
|
|
|
log.Println("Recovering from job panic...") |
|
|
|