In the batch class implement following :
class GITS_ImportFromAttendanceList extends RunBaseBatch implements BatchRetryable
and following method
[Wrappable(true), Replaceable(true)]
public boolean isRetryable()
{
return true;
}