We are extremely new to Canvas and I'm feeling a bit lost.
Yesterday I enabled SIS Import so we could get our pilot teachers classes populated. Made the import file and kicked it off (about 100 students). Here I am about 20 hours later and the screen still says "The import process has started! This can take awhile if there is a lot to import. You can leave the page and come back.", and looks to be about 0.0001% done.
I found another topic string that suggested running a command, and it was indicated it at least stopped the import.
The command was:
Account.default.current_sis_batch.tap{|x| x.workflow_state = "failed"; x.save}
I don't have a clue where I'm supposed to put that command in. The directions of "run script/console, and then put it there" have not been helpful to me.