import job failing continuously
I am using the database as my queue_driver (connection).
as you can see in the screenshot the job is continiously failing, I haven't overriden the code for the Import job and this is all the code that I have written
1 Reply
I had the same issue. But what I did was to make sure that the columns are validated properly.
for example
email
should be unique. make sure you have a validation in place that corresponds to your database columns.
once it will be validated it will throw an error notification